home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13070 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  993 b 

  1. Path: sydney.DIALix.oz.au!not-for-mail
  2. From: sad@sydney.DIALix.oz.au (John Heenan)
  3. Newsgroups: comp.lang.c++
  4. Subject: GNU C++ needs -I path. What's wrong?
  5. Date: 23 Mar 1996 20:01:51 +1100
  6. Organization: DIALix Services, Sydney, Australia.
  7. Sender: sad@sydney.DIALix.oz.au
  8. Message-ID: <4j0elv$3fl$1@sydney.DIALix.oz.au>
  9.  
  10. I need to tell GNU C++ where the C++ include files are under Linux
  11. with GNU C/C++ installed from binaries of Slackware 3.0 distribution.
  12.  
  13. For example the following will not work:
  14. g++ -o test test.cc
  15.  
  16. whereas the following will:
  17. g++ -I /usr/lib/g++-include -o test test.cc
  18.  
  19. Can someone tell me what is wrong?
  20.  
  21. Thanks in advance
  22.  
  23. John
  24.  
  25. -- 
  26. +----------------------------------------------------------------+
  27. | John Heenan, Sydney Australia       john@valentia.dialix.oz.au |
  28. | John's WWW pages have the controversial SWIM FAQ (and speech!) |
  29. |               http://sydney.dialix.oz.au/~sad                  |
  30. +----------------------------------------------------------------+
  31.  
  32.  
  33.